Enum LldpTLV_ChassisIDSubType

java.lang.Object
java.lang.Enum<LldpTLV_ChassisIDSubType>
com.cisco.pt.ipc.enums.LldpTLV_ChassisIDSubType
All Implemented Interfaces:
Serializable, Comparable<LldpTLV_ChassisIDSubType>, Constable

public enum LldpTLV_ChassisIDSubType extends Enum<LldpTLV_ChassisIDSubType>
An enum for the IPC's LldpTLV_ChassisIDSubType values
Author:
packettracerexapps@external.cisco.com
  • Enum Constant Details

    • LLDP_TLV_CHASSIS_IDSUB_TYPE_RESERVED

      public static final LldpTLV_ChassisIDSubType LLDP_TLV_CHASSIS_IDSUB_TYPE_RESERVED
    • LLDP_TLV_CHASSIS_IDSUB_TYPE_CHASSIS_COMPONENT

      public static final LldpTLV_ChassisIDSubType LLDP_TLV_CHASSIS_IDSUB_TYPE_CHASSIS_COMPONENT
    • LLDP_TLV_CHASSIS_IDSUB_TYPE_INTERFACE_ALIAS

      public static final LldpTLV_ChassisIDSubType LLDP_TLV_CHASSIS_IDSUB_TYPE_INTERFACE_ALIAS
    • LLDP_TLV_CHASSIS_IDSUB_TYPE_PORT_COMPONENT

      public static final LldpTLV_ChassisIDSubType LLDP_TLV_CHASSIS_IDSUB_TYPE_PORT_COMPONENT
    • LLDP_TLV_CHASSIS_IDSUB_TYPE_MACADDRESS

      public static final LldpTLV_ChassisIDSubType LLDP_TLV_CHASSIS_IDSUB_TYPE_MACADDRESS
    • LLDP_TLV_CHASSIS_IDSUB_TYPE_NETWORK_ADDRESS

      public static final LldpTLV_ChassisIDSubType LLDP_TLV_CHASSIS_IDSUB_TYPE_NETWORK_ADDRESS
    • LLDP_TLV_CHASSIS_IDSUB_TYPE_INTERFACE_NAME

      public static final LldpTLV_ChassisIDSubType LLDP_TLV_CHASSIS_IDSUB_TYPE_INTERFACE_NAME
    • LLDP_TLV_CHASSIS_IDSUB_TYPE_LOCALLY_ASSIGNED

      public static final LldpTLV_ChassisIDSubType LLDP_TLV_CHASSIS_IDSUB_TYPE_LOCALLY_ASSIGNED
  • Field Details

    • intValue

      protected int intValue
  • Method Details

    • values

      public static LldpTLV_ChassisIDSubType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static LldpTLV_ChassisIDSubType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getIntValue

      public int getIntValue()
    • fromIntValue

      public static LldpTLV_ChassisIDSubType fromIntValue(int value)
    • fromIntValue

      public static LldpTLV_ChassisIDSubType fromIntValue(Integer value)